home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_19930.txt < prev    next >
Text File  |  1990-08-20  |  1KB  |  34 lines

  1. -- card: 19930 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: A liesurely smoke
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   subtract 5 from score
  10.   if score <= 0 then
  11.     visual effect scroll up
  12.     go card "end"
  13.   end if
  14.   put score into field "scorebox"
  15. end openCard
  16. on mouseUp
  17.   visual effect dissolve slowly to black
  18.   visual effect scroll up slowly
  19.   go to card "Dead"
  20. end mouseUp
  21.  
  22.  
  23.  
  24. -- part contents for background part 1
  25. ----- text -----
  26. A liesurely smoke
  27.  
  28. -- part contents for background part 2
  29. ----- text -----
  30. You relax at the hut, smoking your favorite pipe. Unknown to you, a practical joker has replaced your tobac with a potent hallucinogen. The first thing you notice is that the walls are closing in on you. Next, you notice that the roof has lifted off, and you are flying through the air. Then you notice, from your perch high in the sky, that all the villagers have become scurrying rats among dandelion trees. In the midst of all these fantastic visions, you have failed to notice that you are no longer breathing.
  31.  
  32. -- part contents for background part 5
  33. ----- text -----
  34. 100